home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
TPUG - Toronto PET Users Group
/
TPUG Users Group CD
/
TPUG Users Group CD.iso
/
PET
/
S-Super PET
/
(s)t2.d64
/
describe.t2_1983
< prev
next >
Wrap
Text File
|
2009-01-18
|
4KB
|
62 lines
Description of the contents of (S)T2-ASM/BAS/FTN
- This disk is the second to have been released by the Superpet group
of T.P.U.G (Toronto Pet Users Group)
File name Type Description
================================================================================
files_waterloo seq A 'text' file which summarizes some of the data about using
files from Waterloo Languages.
mnemonics seq A 'text' file reference listing of some of the more
difficult to remember mnenomics for the 6809 instruction
set.
directives seq A 'text' file reference listing for use with the Waterloo
Assembler and Linker.
development seq A 'text' file reference to using the 6809 develpment
system files.
disas.asm seq The source file for a 6809 dis-assembler.
disas.cmd seq The command file which tells the Linker what to do.
crt.asm seq The 6809 assembler source for 'crt' which is a part
of the 'disas.' program
crt.b09 prg Object code for 'crt', output from the assembler.
disas.b09 prg Object code for 'disas'.
crt.lst seq A listing of 'crt' with machine language translation
displayed.
disas.lst seq A listing of 'disas' with machine language translation
displayed.
disas.map seq A map of the object module location and length produced
by the Linker as contained in the load module.
disas.mod prg Executable load module for 'disas' as produced by the
Linker.
disas.exp seq The 'export' file from Linker showing names and addresses
of routines cross referenced in the source program.
screen dump seq A program to dump the contents of the screen to the
printer. In Waterloo Basic, from superpet gazette v1.#2.
get_keyboard prg Waterloo Basic routine to display the ascii value of any
key pressed.
screen_dump prg 'screen dump' in basic 'load' format.
PLOT=8300P.wp --- Word.pro file describing plot-8300P,also discusses
checksums.
plot-8300P seq Waterloo basic program for producing a printed plot. Should
be easy to convert to your printer.
checksums seq A waterloo basic program to read plot-8300P and generate
checksum numbers.
checksum-resultsseq 'text' file of numerical values for use with 'checksums'
smooth.dat seq Sample data for use with one or more of the Fortran
statistical programs below.
print.file seq A Waterloo basic program to print any standard 'text' or
'seq' file.
resample.ftn seq A Fortran program that takes a given number of data points
and through use of mathematical techniques, provides either
more or less data points as required.
periodic.ftn seq A Fortran program to input data for, and output data from,
fitting a model of hidden periodicities to a time series.
regression.ftn seq A Fortran program for polynomial regression (degree of
of polynomial <=9).
periodogram.ftn seq A Fortran program that computes the discrete fourier
transform of a series and the periodogram.
spectrum.ftn seq A Fortran program to carry out a periodogram smoothing
and obtains a spectrum estimate.
integration.ftn seq A Fortran numerical integration routine based on the
8-panel Newton-Coates routine.
*